home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / MSJV7_2B.ARJ / CLIVER.H < prev    next >
C/C++ Source or Header  |  1992-03-01  |  278b  |  12 lines

  1. #include <ver.h>
  2.  
  3. #define CLIVER_DEBUG    0
  4. #define CLIVER_PRERELEASE   1
  5.  
  6. #define CLIVER_FILEFLAGS    (CLIVER_PRERELEASE|CLIVER_DEBUG)
  7.  
  8. #define CLIVER_FILEOS           VOS_DOS_WINDOWS16
  9. #define CLIVER_FILEVERSION      1,01
  10. #define CLIVER_PRODUCTVERSION   1,01,0,00
  11.  
  12.